pub unsafe extern "C" fn regoNodeSize(node: *mut regoNode) -> regoSize
Returns the number of children of the node.
@param node The node. @return The number of children.