pub unsafe extern "C" fn aws_input_stream_acquire(
stream: *mut aws_input_stream
) -> *mut aws_input_stream
Expand description
Increments the reference count on the input stream, allowing the caller to take a reference to it.
Returns the same input stream passed in.