pub unsafe extern "C" fn PyConfig_SetBytesString(
config: *mut PyConfig,
config_str: *mut *mut wchar_t,
str: *const c_char,
) -> PyStatus
Available on
Py_3_8
and non-PyPy
and non-Py_LIMITED_API
only.