Function windows::Wdk::System::SystemServices::IoFlushAdapterBuffers

pub unsafe fn IoFlushAdapterBuffers<P0>(
    adapterobject: *const _ADAPTER_OBJECT,
    mdl: *const MDL,
    mapregisterbase: *const c_void,
    currentva: *const c_void,
    length: u32,
    writetodevice: P0,
) -> BOOLEAN
where P0: Param<BOOLEAN>,