pub unsafe extern "C" fn ZL_Compressor_buildACEGraphWithDefault(
compressor: *mut ZL_Compressor,
defaultGraph: ZL_GraphID,
) -> ZL_GraphIDExpand description
The same as ZL_Compressor_buildACEGraph, but uses defaultGraph to
compress until it is trained.
@see ZL_Compressor_buildACEGraph