pub fn builtin_set_member(
    x: Thunk<Val>,
    arr: ArrValue,
    keyF: Option<FuncVal>
) -> Result<bool>