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