pub type PROCESSOR_CALLBACK_FUNCTION = Option<unsafe extern "system" fn(callbackcontext: *const c_void, changecontext: *const KE_PROCESSOR_CHANGE_NOTIFY_CONTEXT, operationstatus: *mut i32)>;
Expand description

Required features: "Win32_Foundation", "Win32_System_Kernel"

Aliased Type§

enum PROCESSOR_CALLBACK_FUNCTION {
    None,
    Some(unsafe extern "system" fn(_: *const c_void, _: *const KE_PROCESSOR_CHANGE_NOTIFY_CONTEXT, _: *mut i32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const c_void, _: *const KE_PROCESSOR_CHANGE_NOTIFY_CONTEXT, _: *mut i32))

Some value of type T.