pub unsafe extern "system" fn MoveFileWithProgressW(
    lpexistingfilename: PCWSTR,
    lpnewfilename: PCWSTR,
    lpprogressroutine: LPPROGRESS_ROUTINE,
    lpdata: *const c_void,
    dwflags: MOVE_FILE_FLAGS
) -> BOOL
Expand description

Required features: "Win32_Foundation"