Type Alias PFLUSH_ADAPTER_BUFFERS
pub type PFLUSH_ADAPTER_BUFFERS = Option<unsafe extern "system" fn(dmaadapter: *const DMA_ADAPTER, mdl: *const MDL, mapregisterbase: *const c_void, currentva: *const c_void, length: u32, writetodevice: bool) -> bool>;Aliased Type§
pub enum PFLUSH_ADAPTER_BUFFERS {
None,
Some(unsafe extern "system" fn(*const DMA_ADAPTER, *const MDL, *const c_void, *const c_void, u32, bool) -> bool),
}