pub unsafe extern "C" fn ZL_Edge_runSplitNode(
input: *mut ZL_Edge,
segmentSizes: *const usize,
nbSegments: usize,
) -> ZL_Result_ZL_EdgeListExpand description
Run the SplitN node within the context of a dynamic graph, applying runtime-defined @p segmentSizes parameters.
@returns the list of Streams created by the Transform or an error if the splitting process fails (invalid segment sizes or input type for example)