pub unsafe extern "C" fn sceHttpCreateConnection(
    tmplId: c_int,
    serverName: *const c_char,
    scheme: *const c_char,
    port: c_ushort,
    enableKeepalive: c_int
) -> c_int
Available on crate feature SceHttp_stub only.