pub fn try_defer_drop<F>(f: F)where F: FnOnce() + 'static,
Try to defer a drop-related operation. If inside a deferred context, the operation is queued. Otherwise, it executes immediately.