pub type DropGuard = Box<dyn Any + Send + Sync>;
Drop guard to signal wgpu-hal is no longer using an externally created object.
struct DropGuard(/* private fields */);