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