Function drop_glue

pub(crate) const unsafe fn drop_glue<T>(&mut T)
where
    T: PointeeSized,

Helper function for drop_in_place. The compiler replaces this by the actual drop glue.