FAST_IO_DETACH_DEVICE

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§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*const DEVICE_OBJECT, *const DEVICE_OBJECT))

Some value of type T.