windows::Win32::System::Threading

Function CreateWaitableTimerA

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