Function windows::Win32::Storage::FileSystem::MoveFileExA

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