pub const FindNativeOptions = struct
pub const FindNativeOptions = struct { target: *const std.Target, environ_map: *const Environ.Map, /// If enabled, will print human-friendly errors to stderr. verbose: bool = false, }