The C pointer section doesn't have an example to show how to do C Pointers, the only time the syntax is shown is inline at the bottom.
It would be nice if it showed the syntax after the description like in other examples
pub extern "c" fn openWindow(title: [*c]const u8) void;
test "opening window" {
openWindow("My Window");
}
https://zig.guide/working-with-c/c-pointers

The C pointer section doesn't have an example to show how to do C Pointers, the only time the syntax is shown is inline at the bottom.
It would be nice if it showed the syntax after the description like in other examples
https://zig.guide/working-with-c/c-pointers