Type Alias freetype_sys::FT_Alloc_Func

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