pub fn str_to_bytea(elem: &str) -> Result<Box<[u8]>, String>
Refer to PostgreSQL’s implementation https://github.com/postgres/postgres/blob/5cb54fc310fb84287cbdc74533f3420490a2f63a/src/backend/utils/adt/varlena.c#L276-L288