pub unsafe extern "C" fn aws_input_stream_release(
stream: *mut aws_input_stream
) -> *mut aws_input_stream
Expand description
Decrements a input stream’s ref count. When the ref count drops to zero, the input stream will be destroyed.
Returns NULL always.