# Functions
OriginTypeAndKind retrieves and returns the original reflect type and kind.
OriginValueAndKind retrieves and returns the original reflect value and kind.
ValueToInterface converts reflect value to its interface type.
# Structs
OriginTypeAndKindOutput holds the input and origin reflect type and kind.
OriginValueAndKindOutput holds the input and origin reflect value and kind.