#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlTextWriterWriteDTDExternalEntityContents(
writer: *mut XmlTextWriter,
pubid: *const xmlChar,
sysid: *const xmlChar,
ndataid: *const xmlChar,
) -> c_intExpand description
Write the external-entity contents after StartDTDEntity (PUBLIC/SYSTEM
identifiers and NDATA).
§SAFETY
writermust be a valid pointer to anXmlTextWriteror NULL.pubid,sysid,ndataidmust be valid null-terminated strings or NULL.