pomp_loop_destroy

Function pomp_loop_destroy 

Source
pub unsafe extern "C" fn pomp_loop_destroy(
    loop_: *mut pomp_loop,
) -> c_int
Expand description

Destroy a loop. @param loop : loop to destroy. @return 0 in case of success, negative errno value in case of error.