pub unsafe extern "C" fn aws_ring_buffer_acquire(
ring_buf: *mut aws_ring_buffer,
requested_size: usize,
dest: *mut aws_byte_buf
) -> c_int
Expand description
Attempts to acquire requested_size
buffer and stores the result in dest
if successful. Returns AWS_OP_SUCCESS if
the requested size was available for use, AWS_OP_ERR otherwise.