Function windows::Win32::Storage::FileSystem::MoveFileFromAppW

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