pub unsafe extern "C" fn fz_pool_array_lookup(
ctx: *mut fz_context,
arr: *mut fz_pool_array,
idx: usize,
) -> *mut c_voidExpand description
Lookup an element in the array.
pub unsafe extern "C" fn fz_pool_array_lookup(
ctx: *mut fz_context,
arr: *mut fz_pool_array,
idx: usize,
) -> *mut c_voidLookup an element in the array.