pub unsafe extern "C" fn usable_size(ptr: *const c_void) -> usize
Get the size of a heap block.
Passing a non-heap allocated pointer to this function results in undefined behavior.