fnDestroyCustomDecoder

Type Alias fnDestroyCustomDecoder 

Source
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),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const c_void) -> u32)

Some value of type T.