pub type DRIVER_DISPATCH = Option<unsafe extern "C" fn(DeviceObject: *mut _DEVICE_OBJECT, Irp: *mut _IRP) -> NTSTATUS>;
pub enum DRIVER_DISPATCH { None, Some(unsafe extern "C" fn(*mut _DEVICE_OBJECT, *mut _IRP) -> i64), }
No value.
Some value of type T.
T