#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlRemoveProp(attr: *mut _xmlAttr) -> c_int
Remove a property by name.
int xmlRemoveProp(xmlAttrPtr attr);
Returns 0 on success, -1 on error.