Function xmlNewGlobalNs

Source
pub unsafe extern "C" fn xmlNewGlobalNs(
    doc: xmlDocPtr,
    href: *const xmlChar,
    prefix: *const xmlChar,
) -> xmlNsPtr