FAST_IO_WRITE_COMPRESSED

Type Alias FAST_IO_WRITE_COMPRESSED 

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

Aliased Type§

pub enum FAST_IO_WRITE_COMPRESSED {
    None,
    Some(unsafe extern "system" fn(*const FILE_OBJECT, *const i64, u32, u32, *const c_void, *mut *mut MDL, *mut IO_STATUS_BLOCK, *const COMPRESSED_DATA_INFO, u32, *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, u32, *const c_void, *mut *mut MDL, *mut IO_STATUS_BLOCK, *const COMPRESSED_DATA_INFO, u32, *const DEVICE_OBJECT) -> bool)

Some value of type T.