pub unsafe extern "C" fn aeron_send_channel_endpoint_on_status_message(
    endpoint: *mut aeron_send_channel_endpoint_t,
    conductor_proxy: *mut aeron_driver_conductor_proxy_t,
    buffer: *mut u8,
    length: usize,
    addr: *mut sockaddr_storage,
) -> c_int