fn init_once_lock_py_attached<'a, F, T>( lock: &'a OnceLock<T>, _py: Python<'_>, f: F, ) -> &'a Twhere F: FnOnce() -> T,
rustc_has_once_lock