pub unsafe extern "C" fn svn_stream_empty(
pool: *mut apr_pool_t,
) -> *mut svn_stream_t
Expand description
Create a stream that is empty for reading and infinite for writing.
pub unsafe extern "C" fn svn_stream_empty(
pool: *mut apr_pool_t,
) -> *mut svn_stream_t
Create a stream that is empty for reading and infinite for writing.