I'm trying to C import wolfssl
o/6b20e3c41207f0c392e2974b96f1098d/cimport.zig:7574:62: error: function parameter shadows declaration of 'd'
pub inline fn XINET_NTOP(a: anytype, b: anytype, c: anytype, d: anytype) @TypeOf(inet_ntop(a, b, c, d)) {
o/6b20e3c41207f0c392e2974b96f1098d/cimport.zig:7761:5: note: declared here
pub const d = struct_d;
is this a bug or a feature?