pub fn encode_delete_relation( buf: &mut Vec<u8>, from: &str, to: &str, relation_type: &str, ) -> Result<()>