pub fn sched_yield<'a>(
    ctx: &'a mut impl WasiUnstable + UserErrorConversion,
    memory: &'a dyn GuestMemory
) -> impl Future<Output = Result<i32, Trap>> + 'a