pub unsafe extern "C" fn tidyDiscardElement(
    tdoc: TidyDoc,
    tnod: TidyNode
) -> TidyNode
Expand description

Remove the indicated node. @result Returns the next tidy node.