pub fn encode_fidl<'a, T: Persistable>( value: &'a mut T, ) -> Result<Vec<u8>, Error>
Encode a FIDL type into some bytes