pub unsafe extern "C" fn ZL_Graph_getTransposeSplitNode(
gctx: *const ZL_Graph,
eltWidth: usize,
) -> ZL_NodeIDExpand description
@returns a NodeID that implements transpose split for the given @p eltWidth that will work with any Zstrong format version. If no node exists, then returns ZL_NODE_ILLEGAL. This can happen for format version <= 10 when @p eltWidth != 2,4,8.