pub fn init(cpu_context: *const std.debug.cpu_context.Native) SelfUnwinder
pub fn init(cpu_context: *const std.debug.cpu_context.Native) SelfUnwinder { return .{ .cpu_state = cpu_context.*, .pc = stripInstructionPtrAuthCode(cpu_context.getPc()), .cfi_vm = .{}, .expr_vm = .{}, }; }