Skip to main content

xmlSetNsProp

Function xmlSetNsProp 

Source
pub unsafe extern "C" fn xmlSetNsProp(
    node: *mut xmlNode,
    ns: *mut xmlNs,
    name: *const xmlChar,
    value: *const xmlChar,
) -> *mut xmlAttr