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