pub type fnDestroyCustomDecoder = Option<unsafe extern "C" fn(decoder_handle: *const c_void) -> ocsd_err_t>;Expand description
Function to destroy a decoder instance indicated by decoder handle.
@param decoder_handle : Instance handle for decoder.
@return ocsd_err_t : Library error code - RCDTL_OK if successful
Aliased Type§
pub enum fnDestroyCustomDecoder {
None,
Some(unsafe extern "C" fn(*const c_void) -> u32),
}