Function windows::Win32::Storage::FileSystem::CopyFileFromAppW

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