WSRequestToInteractProcPtr

Type Alias WSRequestToInteractProcPtr 

Source
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),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut ml_environment, i64) -> i64)

Some value of type T.