pub unsafe extern "C" fn ZL_Compressor_forEachGraph(
compressor: *const ZL_Compressor,
callback: ZL_Compressor_ForEachGraphCallback,
opaque: *mut c_void,
) -> ZL_ReportExpand description
Calls @p callback on every graph registered in the @p compressor. If @p callback returns an error, short-circuit and return that error. @returns Success if all callbacks succeed, or the first error. @note The callback will not be called on standard graphs, since they aren’t registered in the @p compressor.