pub type dyn_MEM_malloc_fn = Option<unsafe extern "C" fn(_: usize, _: *const i8, _: i32) -> *mut c_void>;
enum dyn_MEM_malloc_fn { None, Some(unsafe extern "C" fn(_: usize, _: *const i8, _: i32) -> *mut c_void), }
No value.
Some value of type T.
T