snd_hctl_elem_callback_t typedef

snd_hctl_elem_callback_t = Int32 Function(Pointer<snd_hctl_elem_>, Uint32)

Implementation

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