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