pub fn isNativeAbi(self: Query) bool
pub fn isNativeAbi(self: Query) bool { return self.os_tag == null and self.abi == null; }