pub const ptrace = switch (native_os)
pub const ptrace = switch (native_os) { .linux, .serenity => private.ptrace, .driverkit, .ios, .maccatalyst, .macos, .tvos, .visionos, .watchos => darwin.ptrace, .dragonfly => dragonfly.ptrace, .freebsd => freebsd.ptrace, .netbsd => netbsd.ptrace, .openbsd => openbsd.ptrace, else => {}, }