Creates a value that appears to have had its destructor run.
unsafe extern "rust-intrinsic" fn init_dropped<T>() -> T
Returns an object that appears to have had its destructor run.
The returned object has all of its bytes set to a special value which will prevent its destructor from running when it goes out of scope.