pub type MLAlertFunctionType = MLAlertUPP;Aliased Type§
pub enum MLAlertFunctionType {
None,
Some(unsafe extern "C" fn(*mut ml_environment, *const i8) -> i64),
}pub type MLAlertFunctionType = MLAlertUPP;pub enum MLAlertFunctionType {
None,
Some(unsafe extern "C" fn(*mut ml_environment, *const i8) -> i64),
}