pub unsafe extern "C" fn aeron_loss_reporter_create_entry(
    reporter: *mut aeron_loss_reporter_t,
    initial_bytes_lost: i64,
    timestamp_ms: i64,
    session_id: i32,
    stream_id: i32,
    channel: *const c_char,
    channel_length: usize,
    source: *const c_char,
    source_length: usize,
) -> aeron_loss_reporter_entry_offset_t