Function socket

Source
pub unsafe extern "system" fn socket(
    af: i32,
    socket_type: i32,
    protocol: i32,
) -> usize