pub unsafe fn SetEventWhenCallbackReturns<P0, P1>(pci: P0, evt: P1)
where P0: IntoParam<PTP_CALLBACK_INSTANCE>, P1: IntoParam<HANDLE>,