pub unsafe extern "C" fn fz_malloc_no_throw( ctx: *mut fz_context, size: usize, ) -> *mut c_void
fz_malloc equivalent that returns NULL rather than throwingexceptions.
fz_malloc
NULL