Function socket

pub unsafe extern "C" fn socket(
    domain: i32,
    ty: i32,
    protocol: i32,
) -> i32
Available on crate feature dep_sdl2 only.