fz_append_base64_buffer

Function fz_append_base64_buffer 

Source
pub unsafe extern "C" fn fz_append_base64_buffer(
    ctx: *mut fz_context,
    out: *mut fz_buffer,
    data: *mut fz_buffer,
    newline: c_int,
)
Expand description

Append a base64 encoded fz_buffer, optionally with periodic newlines.