pub unsafe extern "C" fn pomp_ctx_destroy(ctx: *mut pomp_ctx) -> c_intExpand description
Destroy a context. @param ctx : context. @return 0 in case of success, negative errno value in case of error. If the client or server is still running, -EBUSY is returned.