pub unsafe extern "C" fn opj_stream_set_write_function(
p_stream: *mut opj_stream_t,
p_function: opj_stream_write_fn,
)
Expand description
Sets the given function to be used as a write function.
ยงArguments
p_stream
- the stream to modifyp_function
- the function to use a write function.