Function windows::Win32::Storage::FileSystem::CopyFileTransactedW

pub unsafe fn CopyFileTransactedW<P0, P1, P2>(
    lpexistingfilename: P0,
    lpnewfilename: P1,
    lpprogressroutine: LPPROGRESS_ROUTINE,
    lpdata: Option<*const c_void>,
    pbcancel: Option<*const BOOL>,
    dwcopyflags: u32,
    htransaction: P2,
) -> Result<()>
where P0: Param<PCWSTR>, P1: Param<PCWSTR>, P2: Param<HANDLE>,