Function windows::Win32::Storage::FileSystem::MoveFileA

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