Type Alias FAST_IO_DETACH_DEVICE
pub type FAST_IO_DETACH_DEVICE = Option<unsafe extern "system" fn(sourcedevice: *const DEVICE_OBJECT, targetdevice: *const DEVICE_OBJECT)>;Aliased Type§
pub enum FAST_IO_DETACH_DEVICE {
None,
Some(unsafe extern "system" fn(*const DEVICE_OBJECT, *const DEVICE_OBJECT)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(*const DEVICE_OBJECT, *const DEVICE_OBJECT))
Some value of type T.