pub unsafe extern "C" fn tableGenParse(
    tg_ref: TableGenParserRef,
) -> TableGenRecordKeeperRefExpand description
NOTE: TableGen currently relies on global state within a given parser invocation, so this function is not thread-safe.
pub unsafe extern "C" fn tableGenParse(
    tg_ref: TableGenParserRef,
) -> TableGenRecordKeeperRefNOTE: TableGen currently relies on global state within a given parser invocation, so this function is not thread-safe.