在 C 中,我尝试分配一个字符串:
void addressItem_icon_download_callback(const char* res_name,
int success,
void *context,
char *last_modified){
char *icon = ((AddressItem_Callback_ContextType)context)->Icon;
}
并得到这个错误:
conversion to non-scalar type requested
错误是什么意思,我该如何解决?