pub unsafe extern "C" fn PyInitConfig_SetStrList( config: *mut PyInitConfig, name: *const c_char, length: usize, items: *mut *const c_char, ) -> c_int