Type Alias EXPR_EVAL

pub type EXPR_EVAL = Option<unsafe extern "system" fn(param0: *mut MIDL_STUB_MESSAGE)>;

Aliased Type§

pub enum EXPR_EVAL {
    None,
    Some(unsafe extern "system" fn(*mut MIDL_STUB_MESSAGE)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*mut MIDL_STUB_MESSAGE))

Some value of type T.