PLUG_CB_FILTERSYMBOL

在符号被输出到自动标签之前调用。如果你想过滤该符号,请将 retval 设置为 false

struct PLUG_CB_FILTERSYMBOL
{
    const char* symbol;
    bool retval;
};