pub fn str_to_bytea(elem: &str, writer: &mut impl Write) -> Result<(), String>Expand description
Refer to PostgreSQL’s implementation https://github.com/postgres/postgres/blob/5cb54fc310fb84287cbdc74533f3420490a2f63a/src/backend/utils/adt/varlena.c#L276-L288