If I have a function like

`extern(C) void f(void *x, size_t x_sz)`

can I instead declare it as

`extern(C) void f(void[] x)`

?

Reply via email to