Function windows_sys::Wdk::System::Threading::ZwCreateTimer

pub unsafe extern "system" fn ZwCreateTimer(
    timerhandle: *mut HANDLE,
    desiredaccess: u32,
    objectattributes: *const OBJECT_ATTRIBUTES,
    timertype: TIMER_TYPE,
) -> NTSTATUS