pub fn builtin_sort(
    ctx: Context,
    arr: ArrValue,
    keyF: Option<FuncVal>
) -> Result<ArrValue>