Function grokj2k_sys::grk_stream_set_write_function[][src]

pub unsafe extern "C" fn grk_stream_set_write_function(
    stream: *mut grk_stream,
    p_function: grk_stream_write_fn
)
Expand description

Set the given function to be used as a write function.

@param stream the stream to modify @param p_function the function to use a write function.