A SafeRPC operation exposed by an Elixir function.
@type t() :: %SafeRPC.Op{ arity: non_neg_integer(), docs: String.t() | nil, function: atom(), meta: map(), module: module(), name: atom(), spec: String.t() | nil }