Function NtOpenTimer

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