ma_engine_process_procFunction typedef
ma_engine_process_procFunction =
Void Function(Pointer<Void> pUserData, Pointer<Float> pFramesOut, ma_uint64 frameCount)
Implementation
typedef ma_engine_process_procFunction = ffi.Void Function(
ffi.Pointer<ffi.Void> pUserData,
ffi.Pointer<ffi.Float> pFramesOut,
ma_uint64 frameCount);