#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlIsBlankNode(
node: *const _xmlNode,
) -> c_intExpand description
xmlIsBlankNode(const xmlNode *node) โ text/CDATA node with empty or
whitespace-only content (tree.c 2.15).
ยงSAFETY
nodemust be NULL or a valid node pointer.