Function socket

Source
pub unsafe extern "system" fn socket(
    family: c_int,
    _type: c_int,
    protocol: c_int,
) -> c_int