pub unsafe extern "C" fn ts_language_subtypes(
self_: *const TSLanguage,
supertype: u16,
length: *mut u32,
) -> *const u16Expand description
Get a list of all subtype symbol ids for a given supertype symbol.
See ts_language_supertypes for fetching all supertype symbols.