Function libxml::bindings::xmlSetProp[][src]

pub unsafe extern "C" fn xmlSetProp(
    node: xmlNodePtr,
    name: *const xmlChar,
    value: *const xmlChar
) -> xmlAttrPtr