pub unsafe extern "C" fn aeron_blocking_linked_queue_offer(
    queue: *mut aeron_blocking_linked_queue_t,
    element: *mut c_void,
) -> c_int