pub unsafe fn xml_copy_prop(
target: Option<XmlNodePtr>,
cur: XmlAttrPtr,
) -> Option<XmlAttrPtr>Expand description
Do a copy of the attribute.
Returns: a new #xmlAttrPtr, or null_mut() in case of error.
pub unsafe fn xml_copy_prop(
target: Option<XmlNodePtr>,
cur: XmlAttrPtr,
) -> Option<XmlAttrPtr>Do a copy of the attribute.
Returns: a new #xmlAttrPtr, or null_mut() in case of error.