Function socket

Source
pub unsafe extern "C" fn socket(
    af: c_int,
    type_: c_int,
    protocol: c_int,
) -> SOCKET