extern crate libc; use libc::size_t; #[link(name = "snappy")] extern { fn ... In this example Rust's main() will call trigger_callback() in C, which would, ...
確定! 回上一頁