Function windows::Win32::System::Threading::CreateThreadpoolIo
pub unsafe fn CreateThreadpoolIo<P0>(
fl: P0,
pfnio: PTP_WIN32_IO_CALLBACK,
pv: Option<*mut c_void>,
pcbe: Option<*const TP_CALLBACK_ENVIRON_V3>,
) -> Result<PTP_IO>where
P0: Param<HANDLE>,