fz_buffer_storage

Function fz_buffer_storage 

Source
pub unsafe extern "C" fn fz_buffer_storage(
    ctx: *mut fz_context,
    buf: *mut fz_buffer,
    datap: *mut *mut c_uchar,
) -> usize
Expand description

Retrieve internal memory of buffer.

datap: Output parameter that will be pointed to the data.

Returns the current size of the data in bytes.