pub unsafe extern "C" fn ZL_getOutputType(
stPtr: *mut ZL_Type,
compressed: *const c_void,
cSize: usize,
) -> ZL_ReportExpand description
@brief Gets the output type for single-output frames.
Only works for single-output frames. Provides the type of the single output.
@param stPtr Pointer to store the output type @param compressed Pointer to compressed data @param cSize Size of compressed data @return Error code or success
@note Only works for single-output frames