pub type allocate_fptr = Option<unsafe extern "C" fn(memory: *mut *mut u8, bytes_to_allocate: size_t) -> c_int>;
pub enum allocate_fptr { None, Some(unsafe extern "C" fn(*mut *mut u8, usize) -> i32), }
No value.
Some value of type T.
T