ipp_ctypes/
lib.rs

1//! This crate exists to isolate the C types used by IPP.
2
3#![allow(non_camel_case_types)]
4pub use ::std::os::raw::{c_int, c_uint, c_ulonglong, c_longlong,
5    c_char, c_uchar, c_ushort, c_schar, c_short, c_void};