Function windows_sys::Wdk::System::Threading::NtCreateTimer
pub unsafe extern "system" fn NtCreateTimer(
timerhandle: *mut HANDLE,
desiredaccess: u32,
objectattributes: *const OBJECT_ATTRIBUTES,
timertype: TIMER_TYPE,
) -> NTSTATUS