pub unsafe fn inquiry( slf: *mut PyObject, f: for<'py> unsafe fn(_: Python<'py>, _: *mut PyObject) -> PyResult<c_int>, ) -> c_int