use crate::platform::types::c_uint; /// Used for time in microseconds. #[allow(non_camel_case_types)] #[deprecated] pub type useconds_t = c_uint;