windows::Win32::Storage::FileSystem

Function CopyFileFromAppW

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