pub unsafe extern "system" fn ZwSetTimerEx(
    timerhandle: HANDLE,
    timersetinformationclass: TIMER_SET_INFORMATION_CLASS,
    timersetinformation: *mut c_void,
    timersetinformationlength: u32
) -> NTSTATUS
Expand description

Required features: "Win32_Foundation"