pub type KSERVICE_ROUTINE = Option<unsafe extern "system" fn(interrupt: *const isize, servicecontext: *const c_void) -> BOOLEAN>;
Expand description

Required features: "Win32_Foundation"

Aliased Type§

enum KSERVICE_ROUTINE {
    None,
    Some(unsafe extern "system" fn(_: *const isize, _: *const c_void) -> u8),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const isize, _: *const c_void) -> u8)

Some value of type T.