pub unsafe extern "C" fn aeron_data_packet_dispatcher_try_connect_stream(
    dispatcher: *mut aeron_data_packet_dispatcher_t,
    endpoint: *mut aeron_receive_channel_endpoint_t,
    destination: *mut aeron_receive_destination_t,
    stream_id: i32,
    session_id: i32,
    addr: *mut sockaddr_storage,
) -> c_int