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