hexwave_init function
void
hexwave_init()
Implementation
@ffi.Native<ffi.Void Function(ffi.Int, ffi.Int, ffi.Pointer<ffi.Float>)>()
external void hexwave_init(
int width,
int oversample,
ffi.Pointer<ffi.Float> user_buffer,
);