fn init_once_force_py_attached<F, T>(once: &Once, _py: Python<'_>, f: F)where F: FnOnce(&OnceState) -> T,