pub unsafe extern "C" fn fz_string_from_buffer(
    ctx: *mut fz_context,
    buf: *mut fz_buffer
) -> *const c_char
Expand description

Ensure that a buffer’s data ends in a 0 byte, and return a pointer to it.