#[unsafe(no_mangle)]pub unsafe extern "C" fn tx_printer_open_element(
printer: *mut TxPrinter,
name: *const c_char,
)Expand description
Opens an element tag in the printer output.
ยงSafety
printermust be a valid, non-null pointer to aTxPrinter.namemust be a valid, non-null pointer to a null-terminated UTF-8 string.