pub fn launch( function: &Function, input: &[u8]) -> impl Future<Output = Result<Vec<u8>, Error>>
Launch a function in a different module as a separate instance
Returns a future that the user has to drive and poll until completion