pub unsafe extern "C" fn fdf_arena_contains(
arena: *mut fdf_arena_t,
ptr: *const c_void,
num_bytes: usize,
) -> boolExpand description
Returns whether the memory region consisting of [|ptr|, |ptr|+|num_bytes|) resides entirely within memory managed by the |arena|.