pub type IO_WORKITEM_ROUTINE_EX = Option<unsafe extern "system" fn(ioobject: *const c_void, context: *const c_void, ioworkitem: PIO_WORKITEM)>;
Expand description

Required features: "Wdk_Foundation"

Aliased Type§

enum IO_WORKITEM_ROUTINE_EX {
    None,
    Some(unsafe extern "system" fn(_: *const c_void, _: *const c_void, _: isize)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.