Type Alias FAST_IO_CHECK_IF_POSSIBLE
pub type FAST_IO_CHECK_IF_POSSIBLE = Option<unsafe extern "system" fn(fileobject: *const FILE_OBJECT, fileoffset: *const i64, length: u32, wait: bool, lockkey: u32, checkforreadoperation: bool, iostatus: *mut IO_STATUS_BLOCK, deviceobject: *const DEVICE_OBJECT) -> bool>;
pub enum FAST_IO_CHECK_IF_POSSIBLE {
None,
Some(unsafe extern "system" fn(*const FILE_OBJECT, *const i64, u32, bool, u32, bool, *mut IO_STATUS_BLOCK, *const DEVICE_OBJECT) -> bool),
}