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