pub(crate) fn coerce_value<R, T>(value: R) -> Result<T, SexpError>where R: TryCoerce<T>, <R as TryCoerce<T>>::Error: Debug,