Type Alias DRIVER_CONTROL
pub type DRIVER_CONTROL = Option<unsafe extern "system" fn(deviceobject: *const DEVICE_OBJECT, irp: *mut IRP, mapregisterbase: *const c_void, context: *const c_void) -> IO_ALLOCATION_ACTION>;Aliased Type§
pub enum DRIVER_CONTROL {
None,
Some(unsafe extern "system" fn(*const DEVICE_OBJECT, *mut IRP, *const c_void, *const c_void) -> IO_ALLOCATION_ACTION),
}