pub unsafe fn MoveFileWithProgressA<'a>(
lpexistingfilename: impl IntoParam<'a, PSTR>,
lpnewfilename: impl IntoParam<'a, PSTR>,
lpprogressroutine: Option<LPPROGRESS_ROUTINE>,
lpdata: *mut c_void,
dwflags: MOVE_FILE_FLAGS,
) -> BOOL