pub unsafe extern "system" fn CreateWaitableTimerExA(
    lptimerattributes: *const SECURITY_ATTRIBUTES,
    lptimername: PCSTR,
    dwflags: u32,
    dwdesiredaccess: u32
) -> HANDLE
Expand description

Required features: ‘Win32_System_WindowsProgramming’, ‘Win32_Foundation’, ‘Win32_Security’