#[unsafe(no_mangle)]pub unsafe extern "C" fn htmlSetMetaEncoding(
doc: *mut _xmlDoc,
encoding: *const xmlChar,
) -> c_intExpand description
Creates or updates a meta tag with an encoding declaration.
§UPSTREAM-PARITY
int htmlSetMetaEncoding(xmlDoc *doc, const xmlChar *encoding);