ExperimentalKsrpc
Marks ksrpc API surface that is experimental: usable, but may change in source-incompatible ways without warning, including removal in a future release.
Callers must opt in explicitly, either by annotating the use site with @OptIn(ExperimentalKsrpc::class) or by propagating the requirement with @ExperimentalKsrpc themselves.