Return the bitwise complement of an integer value.
misc
Inverts all bits of an integer value (one's complement). The result type matches the operand type. If the operand is NULL, the result is NULL.