#[unsafe(no_mangle)]pub unsafe extern "C" fn patch_seq_os_name(stack: Stack) -> StackExpand description
Get the operating system name
Stack effect: ( – name )
Returns one of: “darwin”, “linux”, “windows”, “freebsd”, “openbsd”, “netbsd”, or “unknown” for unrecognized platforms.
§Safety
Stack pointer must be valid