pub unsafe extern "C" fn ZL_Compressor_Node_getNumVariableOutcomes(
cgraph: *const ZL_Compressor,
node: ZL_NodeID,
) -> usizeExpand description
@returns The number of variable output that @p node has in the context of the @p cgraph.
pub unsafe extern "C" fn ZL_Compressor_Node_getNumVariableOutcomes(
cgraph: *const ZL_Compressor,
node: ZL_NodeID,
) -> usize@returns The number of variable output that @p node has in the context of the @p cgraph.