pub type MLAllocatorUPP = WSAllocatorProcPtr;
pub enum MLAllocatorUPP { None, Some(unsafe extern "C" fn(u64) -> *mut c_void), }
No value.
Some value of type T.
T