Thanks to visit codestin.com Credit goes to doc.rust-lang.org
pub fn is_manually_drop(ty: Ty<'_>) -> bool
Checks if the type is core::mem::ManuallyDrop<_>
core::mem::ManuallyDrop<_>