pub type LPDISPLAYVAL = Option<unsafe extern "system" fn(pcontext: *mut c_void, uitype: RESULTTYPES, szwval: PCWSTR, szwdescription: PCWSTR, szwlocation: PCWSTR) -> BOOL>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.