pub type malloc_ft = Option<unsafe extern "C" fn(size: size_t) -> *mut c_void>;
enum malloc_ft { None, Some(unsafe extern "C" fn(_: u64) -> *mut c_void), }
No value.
Some value of type T.
T