Function rusteron_client::bindings::aeron_close
source ยท pub unsafe extern "C" fn aeron_close(client: *mut aeron_t) -> c_int
Expand description
Close and delete aeron_t struct.
@param client to close and delete @return 0 for success and -1 for error.