Hi,
Can I pass Native_capability types as [out] parameters using "Native_capability *" type - with the cross-process mapping happening?  Most of the examples use only use the return value to do [out] capabilities.  i.e. GENODE_RPC(Rpc_foo,int,foo,Genode::Native_capability *) doesn't seem to work, but there might be something else afoot.

Daniel