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