pub fn uuid_from_bytes(bytes: &[u8]) -> Option<Uuid>
Convert a 16-byte SQLite BLOB back into a Uuid. Returns None if the blob is the wrong length.
Uuid
None