pub unsafe extern "C" fn PyLong_FromString( str: *mut c_char, pend: *mut *mut c_char, base: c_int, ) -> *mut PyObject