Function windows::Win32::System::Threading::CreateWaitableTimerExW

pub unsafe fn CreateWaitableTimerExW<P0>(
    lptimerattributes: Option<*const SECURITY_ATTRIBUTES>,
    lptimername: P0,
    dwflags: u32,
    dwdesiredaccess: u32,
) -> Result<HANDLE>
where P0: Param<PCWSTR>,