windows::Win32::Storage::FileSystem

Function CopyFileW

pub unsafe fn CopyFileW<P0, P1>(
    lpexistingfilename: P0,
    lpnewfilename: P1,
    bfailifexists: bool,
) -> Result<()>
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,