1 2 3 4 5 6 7 8 9 10
/* automatically generated by rust-bindgen */ #![feature(const_fn)] #![allow(non_snake_case)] extern "C" { pub fn f(x: *mut ::std::os::raw::c_int); }