Type Alias FAST_IO_READ

pub type FAST_IO_READ = Option<unsafe extern "system" fn(fileobject: *const FILE_OBJECT, fileoffset: *const i64, length: u32, wait: bool, lockkey: u32, buffer: *mut c_void, iostatus: *mut IO_STATUS_BLOCK, deviceobject: *const DEVICE_OBJECT) -> bool>;

Aliased Type§

pub enum FAST_IO_READ {
    None,
    Some(unsafe extern "system" fn(*const FILE_OBJECT, *const i64, u32, bool, u32, *mut c_void, *mut IO_STATUS_BLOCK, *const DEVICE_OBJECT) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*const FILE_OBJECT, *const i64, u32, bool, u32, *mut c_void, *mut IO_STATUS_BLOCK, *const DEVICE_OBJECT) -> bool)

Some value of type T.