MLRequestToInteractUPP

Type Alias MLRequestToInteractUPP 

Source
pub type MLRequestToInteractUPP = WSRequestToInteractProcPtr;

Aliased Type§

pub enum MLRequestToInteractUPP {
    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.