pub unsafe extern "C" fn _PyString_Resize( string: *mut *mut PyObject, newsize: Py_ssize_t, ) -> c_int