PyBuf_any_contiguous

Defines a constant combining the 0x0080 flag with `PyBuf_strides` to request any contiguous buffer representation.

enum PyBuf_any_contiguous = (0x0080 | PyBuf_strides);