Function windows::Wdk::System::SystemServices::IoMapTransfer

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