pub unsafe extern "C" fn ZL_Graph_tryMultiInputGraph(
gctx: *const ZL_Graph,
inputs: *mut *const ZL_Input,
numInputs: usize,
graphID: ZL_GraphID,
params: *const ZL_RuntimeGraphParameters,
) -> ZL_Result_ZL_GraphPerformanceExpand description
@brief Attempt compression using a graph and return the performance.
The same as @ref ZL_Graph_tryGraph except it accepts multiple inputs.