snd_hctl_callback_t typedef

snd_hctl_callback_t = Int32 Function(Pointer<snd_hctl_>, Uint32, Pointer<snd_hctl_elem_>)

Implementation

typedef snd_hctl_callback_t = ffi.Int32 Function(
  ffi.Pointer<snd_hctl_>,
  ffi.Uint32,
  ffi.Pointer<snd_hctl_elem_>,
);