extern "C" { static a: bool; pub fn f(a: bool) -> i32; } extern "Rust" { static a: bool; }