pub unsafe extern "C" fn PyConfig_SetBytesArgv(
config: *mut PyConfig,
argc: Py_ssize_t,
argv: *mut *const c_char
) -> PyStatus