pub unsafe extern "C" fn aws_ring_buffer_init(
ring_buf: *mut aws_ring_buffer,
allocator: *mut aws_allocator,
size: usize
) -> c_int
Expand description
Initializes a ring buffer with an allocation of size size
. Returns AWS_OP_SUCCESS on a successful initialization,
AWS_OP_ERR otherwise.