pub unsafe extern "C" fn Py_NewInterpreterFromConfig(
tstate_p: *mut *mut PyThreadState,
config: *const PyInterpreterConfig,
) -> PyStatusAvailable on non-
Py_LIMITED_API and non-PyPy and Py_3_12 only.