Function LinkedSetBacking.createNode
uint createNode
(
ref T val,
uint next
);
uint createNode
(
ref T val,
uint next
);