Function windows::Win32::Storage::FileSystem::CopyFileW

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