pub type MLUserUPP = WSUserProcPtr;
pub enum MLUserUPP { None, Some(unsafe extern "C" fn(*mut MLink)), }
No value.
Some value of type T.
T