#[unsafe(no_mangle)]pub unsafe extern "C" fn tx_printer_push_text(
printer: *mut TxPrinter,
text: *const c_char,
)Expand description
Pushes text content into the current element.
ยงSafety
printermust be a valid, non-null pointer to aTxPrinter.textmust be a valid, non-null pointer to a null-terminated UTF-8 string.