Function openjpeg_sys::opj_stream_set_user_data_length
source · pub unsafe extern "C" fn opj_stream_set_user_data_length(
p_stream: *mut opj_stream_t,
data_length: OPJ_UINT64,
)
Expand description
Sets the length of the user data for the stream.
p_stream
— the stream to modifydata_length
— length of theuser_data
.