pub unsafe extern "C" fn t85_encode_comment(
s: *mut t85_encode_state_t,
comment: *const u8,
len: usize,
)Expand description
\brief Insert a comment in the encoded file. \param s The T.85 context. \param comment The comment. Note that this is not a C string, and may contain any bytes. \param len The length of the comment.