pub unsafe extern "C" fn ZL_Compressor_parameterizeGraph(
compressor: *mut ZL_Compressor,
graph: ZL_GraphID,
params: *const ZL_GraphParameters,
) -> ZL_Result_ZL_GraphIDExpand description
Parameterizes an existing graph by overriding its name, customGraphs, customNodes, and/or localParams.
@param graph The graph to parameterize. @param params The new parameters, which must be non-null.
@returns The new graph ID on success, or an error.