pub type PFN_DrvUpdateUISetting = Option<unsafe extern "system" fn(pdriverobj: *mut c_void, poptitem: *mut c_void, dwpreviousselection: u32, dwmode: u32) -> BOOL>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.