pub type extent_destroy_t = unsafe extern "C" fn(*mut extent_hooks_s, *mut c_void, usize, bool, u32);Expand description
Extent destruction function.
Unconditionally destroys an extent at given addr and size with
committed/decommited memory as indicated, on behalf of arena arena_ind.
This function may be called to destroy retained extents during arena
destruction (see arena.<i>.destroy).