async fn builtin_bit_xor(
    co: GenCo,
    values: Vec<Value>
) -> Result<Value, ErrorKind>