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