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