pub fn parse_uuid_bytes(text: &str) -> Result<[u8; 16]>
Parse every UUID input spelling accepted by PostgreSQL into network-order bytes.
PostgreSQL