Function mupdf_sys::fz_xml_add_att

source ·
pub unsafe extern "C" fn fz_xml_add_att(
    ctx: *mut fz_context,
    pool: *mut fz_pool,
    node: *mut fz_xml,
    key: *const c_char,
    val: *const c_char
)
Expand description

Add an attribute to an XML node.