#[unsafe(no_mangle)]pub extern "C" fn rusty_extern_c_integer() -> i32Expand description
C FFI demo stub — returns a fixed integer to verify extern "C" linkage works.
§Safety
Exported with #[no_mangle] for C interop. Callers must ensure this is invoked
according to the C calling convention.