pub unsafe extern "C" fn fz_append_pdf_string(
ctx: *mut fz_context,
buffer: *mut fz_buffer,
text: *const c_char,
)Expand description
fz_append_pdf_string: Append a string with PDF syntax quotes and
escapes.
The buffer will automatically grow as required.