pub unsafe extern "C" fn opj_stream_create( p_buffer_size: OPJ_SIZE_T, p_is_input: OPJ_BOOL, ) -> *mut opj_stream_t
Creates an abstract stream. This function does nothing except allocating memory and initializing the abstract stream.
p_buffer_size
p_is_input
a stream object.