pub type TeardownFn = Box<dyn FnOnce() + Send>;
Object to call when a GPADL is torn down.
pub struct TeardownFn(/* private fields */);