pub unsafe extern "C" fn fz_malloc_no_throw(
    ctx: *mut fz_context,
    size: usize
) -> *mut c_void
Expand description

fz_malloc equivalent that returns NULL rather than throwing exceptions.