pub unsafe extern "C" fn ZL_Compressor_Node_isVariableInput(
compressor: *const ZL_Compressor,
nodeid: ZL_NodeID,
) -> boolExpand description
@returns True if @p nodeid is a multi input codec whose last input may show up zero or more times.
pub unsafe extern "C" fn ZL_Compressor_Node_isVariableInput(
compressor: *const ZL_Compressor,
nodeid: ZL_NodeID,
) -> bool@returns True if @p nodeid is a multi input codec whose last input may show up zero or more times.