1use crate::platform::types::c_uint; 2 3/// Used as a general identifier; can be used to contain at least a pid_t, uid_t, or gid_t. 4#[allow(non_camel_case_types)] 5pub type id_t = c_uint;