fz_keep_buffer

Function fz_keep_buffer 

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

Take an additional reference to the buffer. The same pointer
is returned.

Never throws exceptions.