Type Alias windows::Wdk::Foundation::DRIVER_REINITIALIZE
pub type DRIVER_REINITIALIZE = Option<unsafe extern "system" fn(driverobject: *const DRIVER_OBJECT, context: *const c_void, count: u32)>;
Aliased Type§
enum DRIVER_REINITIALIZE {
None,
Some(unsafe extern "system" fn(_: *const DRIVER_OBJECT, _: *const c_void, _: u32)),
}