pub(crate) type VoidPtrToSizeFn = unsafe extern "C" fn(ptr: *const c_void) -> usize;
Expand description

A C function that takes a pointer to a heap allocation and returns its size.