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