pub type DropInPlaceFn = for<'mem> unsafe fn(PtrMut<'mem>) -> PtrUninit<'mem>;
Function to drop a value
The value parameter must point to aligned, initialized memory of the correct type.
value