pub fn parse_descriptors( bytes: &[u8], ) -> Result<Vec<PluginDescriptorInfo>, Error>
Parses and returns all descriptors found in the binary. This function tries to guess the binary type.