[][src]Type Definition embedded_freetype_sys::FT_Alloc_Func

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