pub fn expand_type(kind: &ParamType) -> Result<TokenStream, Error>
Expands a ParamType into a TokenStream. Used to expand functions when generating type-safe bindings of a JSON ABI.
ParamType