pub type MLAlertUPP = WSAlertProcPtr;
pub enum MLAlertUPP { None, Some(unsafe extern "C" fn(*mut ml_environment, *const i8) -> i64), }
No value.
Some value of type T.
T