Skip to main content

tx_printer_open_element

Function tx_printer_open_element 

Source
#[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

  • printer must be a valid, non-null pointer to a TxPrinter.
  • name must be a valid, non-null pointer to a null-terminated UTF-8 string.