windows::Win32::System::Threading

Function CreateWaitableTimerW

pub unsafe fn CreateWaitableTimerW<P2>(
    lptimerattributes: Option<*const SECURITY_ATTRIBUTES>,
    bmanualreset: bool,
    lptimername: P2,
) -> Result<HANDLE>
where P2: Param<PCWSTR>,