Function resume_vfork

Source
fn resume_vfork(
    ctx: &WasiFunctionEnv,
    store: Store,
    start: &Function,
    call_ret: &Result<Box<[Value]>, RuntimeError>,
) -> (Store, Result<Option<Result<Box<[Value]>, RuntimeError>>, Errno>)