Function mupdf_sys::fz_free

source ·
pub unsafe extern "C" fn fz_free(ctx: *mut fz_context, p: *mut c_void)
Expand description

Free a previously allocated block of memory.

fz_free(ctx, NULL) does nothing.

Never throws exceptions.