pub type WSHandlerProcPtr = Option<unsafe extern "C" fn(mlp: WSLINK, m: c_int, n: c_int)>;
pub enum WSHandlerProcPtr { None, Some(unsafe extern "C" fn(*mut MLink, i32, i32)), }
No value.
Some value of type T.
T