Checks whether a type has a destructor.
unsafe extern "rust-intrinsic" fn needs_drop<T>() -> bool
Return whether T has a destructor.
T