Function regorust::regoNodeTypeNameSize
source ยท pub unsafe extern "C" fn regoNodeTypeNameSize(
node: *mut regoNode,
) -> regoEnumExpand description
@brief Returns the number of bytes needed to store a 0-terminated string representing the name of the node type. @details The value returned by this function can be used to allocate a buffer to pass to ::regoNodeTypeName. @param node The node. @return The number of bytes needed to store the node type name.