pub trait IMicrofuchsiaDefault: Send + Sync {
// Provided methods
fn setHostProxy<'a, 'l1>(
&'a self,
_arg_proxy: &'l1 Strong<dyn _7_android_6_system_12_microfuchsia_10_vm_service_10_IHostProxy>,
) -> Result<()> { ... }
fn trustedAppUuids<'a>(&'a self) -> Result<Vec<String>> { ... }
}