Function xmlSetFeature

Source
pub unsafe extern "C" fn xmlSetFeature(
    ctxt: xmlParserCtxtPtr,
    name: *const c_char,
    value: *mut c_void,
) -> c_int