Function socket

Source
#[unsafe(no_mangle)]
pub extern "C" fn socket(
    domain: c_int,
    type_: c_int,
    protocol: c_int,
) -> c_int