pub fn rusty_cxxbridge_integer() -> i32Expand description
CXX bridge demo stub — returns a fixed integer to verify the Rust-C++ bridge works.
Provide a single, unconditional Rust function so the CXX bridge always finds
rusty_cxxbridge_integer. The function picks an implementation based on
cfg flags at compile time.