windows::Win32::System::Threading

Function CreateWaitableTimerExA

pub unsafe fn CreateWaitableTimerExA<P1>(
    lptimerattributes: Option<*const SECURITY_ATTRIBUTES>,
    lptimername: P1,
    dwflags: u32,
    dwdesiredaccess: u32,
) -> HANDLE
where P1: Param<PCSTR>,