pub unsafe extern "C" fn aeron_receive_channel_endpoint_send_rttm(
    endpoint: *mut aeron_receive_channel_endpoint_t,
    destination: *mut aeron_receive_destination_t,
    addr: *mut sockaddr_storage,
    stream_id: i32,
    session_id: i32,
    echo_timestamp: i64,
    reception_delta: i64,
    is_reply: bool,
) -> c_int