#[unsafe(no_mangle)]pub extern "C" fn xmlGetLineNo(node: *const _xmlNode) -> c_int
Get the line number of a node.
long xmlGetLineNo(const xmlNode *node);