Function windows_sys::Win32::Storage::FileSystem::CopyFileTransactedW

pub unsafe extern "system" fn CopyFileTransactedW(
    lpexistingfilename: PCWSTR,
    lpnewfilename: PCWSTR,
    lpprogressroutine: LPPROGRESS_ROUTINE,
    lpdata: *const c_void,
    pbcancel: *const BOOL,
    dwcopyflags: u32,
    htransaction: HANDLE,
) -> BOOL