pub unsafe extern "C" fn aeron_spsc_concurrent_array_queue_init(
    queue: *mut aeron_spsc_concurrent_array_queue_t,
    length: usize,
) -> c_int