pub type WSRequestToInteractProcPtr = Option<unsafe extern "C" fn(env: WSEnvironment, wait_for_permission: mldlg_result) -> mldlg_result>;Aliased Type§
pub enum WSRequestToInteractProcPtr {
None,
Some(unsafe extern "C" fn(*mut ml_environment, i64) -> i64),
}