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