type CompletionStep = Box<dyn FnOnce(&GlobalScope, CanGc) + 'static>;
struct CompletionStep(/* private fields */);