winapi::um::winbase

Function MoveFileWithProgressW

Source
pub unsafe extern "system" fn MoveFileWithProgressW(
    lpExistingFileName: LPCWSTR,
    lpNewFileName: LPCWSTR,
    lpProgressRoutine: LPPROGRESS_ROUTINE,
    lpData: LPVOID,
    dwFlags: DWORD,
) -> BOOL