snd_hctl_compare_t typedef
snd_hctl_compare_t = Pointer<NativeFunction<Int Function(Pointer<snd_hctl_elem_t> e1, Pointer<snd_hctl_elem_t> e2)> >
Implementation
typedef snd_hctl_compare_t = ffi.Pointer<
ffi.NativeFunction<
ffi.Int Function(
ffi.Pointer<snd_hctl_elem_t> e1, ffi.Pointer<snd_hctl_elem_t> e2)>>;