[][src]Function sdl2_sys::ttf::TTF_SizeUNICODE

pub unsafe extern "C" fn TTF_SizeUNICODE(
    font: *mut TTF_Font,
    text: *const Uint16,
    w: *mut c_int,
    h: *mut c_int
) -> c_int