pub type PDEBUG_PRINT_CALLBACK = Option<unsafe extern "system" fn(output: *const STRING, componentid: u32, level: u32)>;
Expand description

Required features: "Win32_System_Kernel"

Aliased Type§

enum PDEBUG_PRINT_CALLBACK {
    None,
    Some(unsafe extern "system" fn(_: *const STRING, _: u32, _: u32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const STRING, _: u32, _: u32))

Some value of type T.