Type Alias windows::Wdk::System::SystemServices::PKSYNCHRONIZE_ROUTINE

pub type PKSYNCHRONIZE_ROUTINE = Option<unsafe extern "system" fn() -> BOOLEAN>;

Aliased Type§

enum PKSYNCHRONIZE_ROUTINE {
    None,
    Some(unsafe extern "system" fn() -> BOOLEAN),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn() -> BOOLEAN)

Some value of type T.