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