#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlSetNs( node: *mut _xmlNode, ns: *mut _xmlNs, )
Set the namespace of a node.
void xmlSetNs(xmlNodePtr node, xmlNsPtr ns);