pub type SliceMutDrop<'a> = SliceMut<'a, DropVTable>;
pub struct SliceMutDrop<'a> { /* private fields */ }