pub type decoder_ctl_func = Option<unsafe extern "C" fn(state: *mut c_void, request: c_int, ptr: *mut c_void) -> c_int>;Expand description
Function for controlling the decoder options
Aliased Type§
pub enum decoder_ctl_func {
None,
Some(unsafe extern "C" fn(*mut c_void, i32, *mut c_void) -> i32),
}