pub unsafe fn WsOpenServiceProxy(
    serviceproxy: *const WS_SERVICE_PROXY,
    address: *const WS_ENDPOINT_ADDRESS,
    asynccontext: Option<*const WS_ASYNC_CONTEXT>,
    error: Option<*const WS_ERROR>
) -> Result<()>