[][src]Type Definition openjpeg2_sys::opj_stream_read_fn

type opj_stream_read_fn = Option<unsafe extern "C" fn(p_buffer: *mut c_void, p_nb_bytes: OPJ_SIZE_T, p_user_data: *mut c_void) -> OPJ_SIZE_T>;