#[unsafe(no_mangle)]pub unsafe extern "C" fn patch_seq_os_arch(stack: Stack) -> StackExpand description
Get the CPU architecture
Stack effect: ( – arch )
Returns one of: “x86_64”, “aarch64”, “arm”, “x86”, “riscv64”, or “unknown” for unrecognized architectures.
§Safety
Stack pointer must be valid