pub unsafe extern "C" fn xmlNodeAddContentLen(
    cur: xmlNodePtr,
    content: *const xmlChar,
    len: c_int
)