pub type DRIVER_CANCEL = Option<unsafe extern "system" fn(deviceobject: *mut DEVICE_OBJECT, irp: *mut IRP)>;
enum DRIVER_CANCEL { None, Some(unsafe extern "system" fn(*mut DEVICE_OBJECT, *mut IRP)), }
No value.
Some value of type T.
T