1 2 3 4
pub use std::os::raw::{c_char, c_int, c_void}; #[allow(non_camel_case_types)] pub type c_size_t = usize;