pub fn encode_copy_row_binary(
    row: &Row,
    typ: &RelationType,
    out: &mut Vec<u8>
) -> Result<(), Error>