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§
pub enum FT_Realloc_Func {
None,
Some(unsafe extern "C" fn(*mut FT_MemoryRec_, i64, i64, *mut c_void) -> *mut c_void),
}