snd_async_callback_t typedef

snd_async_callback_t = Void Function(Pointer<snd_async_handler_>)

Implementation

typedef snd_async_callback_t = ffi.Void Function(
  ffi.Pointer<snd_async_handler_>,
);