pub unsafe extern "C" fn pomp_loop_watchdog_disable( loop_: *mut pomp_loop, ) -> c_int
Disable the watchdog on the loop. @param loop : loop. @return 0 in case of success, negative errno value in case of error.