Drop `#[no_mangle]`/`extern` flag for internal-only method
authorMatt Corallo <git@bluematt.me>
Tue, 3 Oct 2023 05:59:41 +0000 (05:59 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 4 Oct 2023 20:02:23 +0000 (20:02 +0000)
This prevents new `cbindgen` from generating bindings for things we
don't actually want to export.


No differences found