fn init_once_cell_py_attached<'a, F, T>( cell: &'a OnceCell<T>, _py: Python<'_>, f: F, ) -> &'a Twhere F: FnOnce() -> T,