Function pm_node_destroy

Source
pub unsafe extern "C" fn pm_node_destroy(
    parser: *mut pm_parser_t,
    node: *mut pm_node,
)
Expand description

Deallocate a node and all of its children.

@param parser The parser that owns the node. @param node The node to deallocate.