pub fn staticCompositionLocalOf<T: Clone + 'static>( default: impl Fn() -> T + 'static, ) -> StaticCompositionLocal<T>