Type Alias FT_Alloc_Func

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