Stop using double underscores for our C function names and standardize on the 'rust_proto_' prefix.
Besides unnecessary inconsistency on our C symbols, double underscores anywhere in the name are reserved for stdlib use. In practice its unlikely these symbols would ever hit a collision problem (maybe the prior name 'utf8_debug_string' with no prefix as having some risk), but safer to just standardize on this and have no concerns going forward. PiperOrigin-RevId: 648709299
P
Protobuf Team Bot committed
a9bc366522b09bb7a8b3dabbf76fe7fd4dfc8a7f
Parent: dba1aa1
Committed by Copybara-Service <copybara-worker@google.com>
on 7/2/2024, 2:19:11 PM