pub fn bit_count(bytes: &[u8]) -> i64
Returns the number of bits set in the binary string
query T SELECT bit_count('\x1234567890'::bytea); ---- 15