fz_malloc_no_throw

Function fz_malloc_no_throw 

Source
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.