#[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.