pub unsafe extern "C" fn sceNetSyscallSocket(
    name: *const c_char,
    domain: c_int,
    type_: c_int,
    protocol: c_int
) -> c_int
Available on crate feature SceNetPs_stub only.