pub unsafe extern "C" fn svn_stream_set_close(
stream: *mut svn_stream_t,
close_fn: svn_close_fn_t,
)
Expand description
Set @a stream’s close function to @a close_fn
pub unsafe extern "C" fn svn_stream_set_close(
stream: *mut svn_stream_t,
close_fn: svn_close_fn_t,
)
Set @a stream’s close function to @a close_fn