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