pub type PBUILD_SCATTER_GATHER_LIST_EX = Option<unsafe extern "system" fn(dmaadapter: *const DMA_ADAPTER, deviceobject: *const DEVICE_OBJECT, dmatransfercontext: *const c_void, mdl: *const MDL, offset: u64, length: u32, flags: u32, executionroutine: *const DRIVER_LIST_CONTROL, context: *const c_void, writetodevice: BOOLEAN, scattergatherbuffer: *const c_void, scattergatherlength: u32, dmacompletionroutine: PDMA_COMPLETION_ROUTINE, completioncontext: *const c_void, scattergatherlist: *mut c_void) -> NTSTATUS>;

Aliased Type§

enum PBUILD_SCATTER_GATHER_LIST_EX {
    None,
    Some(unsafe extern "system" fn(_: *const DMA_ADAPTER, _: *const DEVICE_OBJECT, _: *const c_void, _: *const MDL, _: u64, _: u32, _: u32, _: *const Option<unsafe extern "system" fn(_: *const DEVICE_OBJECT, _: *const IRP, _: *const SCATTER_GATHER_LIST, _: *const c_void)>, _: *const c_void, _: BOOLEAN, _: *const c_void, _: u32, _: Option<unsafe extern "system" fn()>, _: *const c_void, _: *mut c_void) -> NTSTATUS),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const DMA_ADAPTER, _: *const DEVICE_OBJECT, _: *const c_void, _: *const MDL, _: u64, _: u32, _: u32, _: *const Option<unsafe extern "system" fn(_: *const DEVICE_OBJECT, _: *const IRP, _: *const SCATTER_GATHER_LIST, _: *const c_void)>, _: *const c_void, _: BOOLEAN, _: *const c_void, _: u32, _: Option<unsafe extern "system" fn()>, _: *const c_void, _: *mut c_void) -> NTSTATUS)

Some value of type T.