pub trait IAppletResource: IObject {
fn get_shared_memory_handle(&mut self) -> Result<CopyHandle>;
fn sf_server_impl_get_shared_memory_handle(
&mut self,
protocol: CommandProtocol,
ctx: &mut ServerContext<'_>
) -> Result<()> { ... }
fn get_sf_command_metadata_table(&self) -> CommandMetadataTable { ... }
}