pub unsafe extern "C" fn ZL_Compressor_forEachNode(
compressor: *const ZL_Compressor,
callback: ZL_Compressor_ForEachNodeCallback,
opaque: *mut c_void,
) -> ZL_ReportExpand description
Calls @p callback on every node 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 nodes, since they aren’t registered in the @p compressor.