pub unsafe extern "C" fn Py_NewInterpreterFromConfig(
tstate_p: *mut *mut PyThreadState,
config: *const PyInterpreterConfig,
) -> PyStatuspub unsafe extern "C" fn Py_NewInterpreterFromConfig(
tstate_p: *mut *mut PyThreadState,
config: *const PyInterpreterConfig,
) -> PyStatus