socket

Function socket 

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