pub type LPEVALCOMCALLBACK = Option<unsafe extern "system" fn(istatus: STATUSTYPES, szdata: PCWSTR, pcontext: *mut c_void) -> BOOL>;

Aliased Type§

enum LPEVALCOMCALLBACK {
    None,
    Some(unsafe extern "system" fn(_: STATUSTYPES, _: PCWSTR, _: *mut c_void) -> BOOL),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: STATUSTYPES, _: PCWSTR, _: *mut c_void) -> BOOL)

Some value of type T.