Function windows::Win32::Storage::FileSystem::MoveFileW

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