1use crate::platform::types::c_ushort; 2 3/// Represents a socket address family. 4pub type sa_family_t = c_ushort;