xmlValidateOneAttribute

Function xmlValidateOneAttribute 

Source
pub unsafe extern "C" fn xmlValidateOneAttribute(
    ctxt: xmlValidCtxtPtr,
    doc: xmlDocPtr,
    elem: xmlNodePtr,
    attr: xmlAttrPtr,
    value: *const xmlChar,
) -> c_int