Function CreateWaitableTimerW
pub unsafe fn CreateWaitableTimerW<P2>(
lptimerattributes: Option<*const SECURITY_ATTRIBUTES>,
bmanualreset: bool,
lptimername: P2,
) -> Result<HANDLE>where
P2: Param<PCWSTR>,
pub unsafe fn CreateWaitableTimerW<P2>(
lptimerattributes: Option<*const SECURITY_ATTRIBUTES>,
bmanualreset: bool,
lptimername: P2,
) -> Result<HANDLE>where
P2: Param<PCWSTR>,