pub unsafe extern "C" fn aeron_udp_channel_data_paths_init(
    data_paths: *mut aeron_udp_channel_data_paths_t,
    outgoing_interceptor_bindings: *mut aeron_udp_channel_interceptor_bindings_t,
    incoming_interceptor_bindings: *mut aeron_udp_channel_interceptor_bindings_t,
    media_bindings: *mut aeron_udp_channel_transport_bindings_t,
    recv_func: aeron_udp_transport_recv_func_t,
    context: *mut aeron_driver_context_t,
    affinity: aeron_udp_channel_transport_affinity_t,
) -> c_int