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