Function windows_sys::Win32::Storage::FileSystem::CopyFileExW

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