pub trait ITrustedAppDefault: Send + Sync {
// Provided method
fn openSession<'a, 'l1, 'l2>(
&'a self,
_arg_params: &'l1 _7_android_6_system_12_microfuchsia_11_trusted_app_12_ParameterSet,
_arg_result: &'l2 mut _7_android_6_system_12_microfuchsia_11_trusted_app_8_OpResult,
) -> Result<Strong<dyn _7_android_6_system_12_microfuchsia_11_trusted_app_18_ITrustedAppSession>> { ... }
}