pub unsafe fn LeaveCriticalSectionWhenCallbackReturns<P0>(
    pci: P0,
    pcs: *mut CRITICAL_SECTION
)
where P0: IntoParam<PTP_CALLBACK_INSTANCE>,