Type Alias freetype_sys::FT_Realloc_Func

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