pub type FT_Realloc_Func = Option<unsafe extern "C" fn(memory: FT_Memory, cur_size: c_long, new_size: c_long, block: *mut c_void) -> *mut c_void>;
Aliased Type§
enum FT_Realloc_Func {
None,
Some(unsafe extern "C" fn(_: *mut FT_MemoryRec_, _: i64, _: i64, _: *mut c_void) -> *mut c_void),
}