Type Definition freetype_sys::FT_Alloc_Func [] [src]

type FT_Alloc_Func = extern "C" fn(_: FT_Memory, _: c_long) -> *mut c_void;