pub const BYNK_SURFACE_CAPABILITIES: &[&str];Expand description
The capabilities the env-free bynk surface exports (its exports capability { … } line in bynk.bynk). First-party symbols live on
synthetic files and are excluded from the binding index, so the
unknown-name quick-fix (#852) offering consumes bynk { … } needs this
explicit list. Kept in sync with the adapter source by
bynk_surface_capabilities_match_the_adapter.