pub fn builtin_ends_with(
    a: Either2<IStr, ArrValue>,
    b: Either2<IStr, ArrValue>
) -> Result<bool>