windows::Wdk::System::Threading

Function NtCreateTimer

pub unsafe fn NtCreateTimer(
    timerhandle: *mut HANDLE,
    desiredaccess: u32,
    objectattributes: Option<*const OBJECT_ATTRIBUTES>,
    timertype: TIMER_TYPE,
) -> NTSTATUS