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