Closed littleGnAl closed 1 year ago
Based on the current implementation of the logic of the type alias, the code below can not be handled
enum AUDIO_SESSION_OPERATION_RESTRICTION { AUDIO_SESSION_OPERATION_RESTRICTION_NONE = 0, }; typedef const char* user_id_t; typedef void* view_t;
Based on the current implementation of the logic of the type alias, the code below can not be handled