xmlTextWriterWriteVFormatElementNS

Function xmlTextWriterWriteVFormatElementNS 

Source
pub unsafe extern "C" fn xmlTextWriterWriteVFormatElementNS(
    writer: xmlTextWriterPtr,
    prefix: *const xmlChar,
    name: *const xmlChar,
    namespaceURI: *const xmlChar,
    format: *const c_char,
    argptr: va_list,
) -> c_int