// C interop - void pointers const std = @import("std"); const alloc = std.testing.allocator; const expect = std.testing.expect; // Sample starts here