#[unsafe(no_mangle)]pub unsafe extern "C" fn tx_printer_push_attribute(
printer: *mut TxPrinter,
name: *const c_char,
value: *const c_char,
)Expand description
Pushes an attribute onto the currently open element.
ยงSafety
printermust be a valid, non-null pointer to aTxPrinter.nameandvaluemust be valid, non-null pointers to null-terminated UTF-8 strings.