fn regValueNative(comptime T: type, thread_context_ptr: anytype, reg_number: u8, reg_context: ?RegisterContext) !RegValueReturnType(@TypeOf(thread_context_ptr), T)
[src]
Returns a pointer to a register stored in a ThreadContext, preserving the pointer attributes of the context.