Function mupdf_sys::fz_malloc_no_throw[][src]

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 throwing exceptions.