pub fn encode_debezium_transaction_unchecked( schema_id: i32, collection: &str, id: &str, status: &str, message_count: Option<i64>, ) -> Vec<u8> ⓘ