pub unsafe fn RtwqCreateAsyncResult<P0, P1, P2>(
    appobject: P0,
    callback: P1,
    appstate: P2
) -> Result<IRtwqAsyncResult>
where P0: IntoParam<IUnknown>, P1: IntoParam<IRtwqAsyncCallback>, P2: IntoParam<IUnknown>,