INOUT parameter. The input value is sent to the procedure. After the call returns, value holds whatever the procedure left there (which may differ from input).
The initial value sent to the procedure. Retained for reference after execute.
Non-null accessor; throws if the procedure cleared the value to NULL.
The declared Kotlin type of the parameter.
The current value — initially input, updated after execute.
Debug representation: INOUT<Type>:<value>.
INOUT<Type>:<value>