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