pub unsafe extern "C" fn aeron_receive_channel_endpoint_remove_destination(
    endpoint: *mut aeron_receive_channel_endpoint_t,
    channel: *mut aeron_udp_channel_t,
    destination_out: *mut *mut aeron_receive_destination_t,
) -> c_int