fn jsonb_build_object<'a>( kvs: Variadic<(Datum<'a>, Datum<'a>)>, temp_storage: &'a RowArena, ) -> Result<JsonbRef<'a>, EvalError>