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