snd_hctl_compare_t typedef
snd_hctl_compare_t =
Int32 Function(Pointer<snd_hctl_elem_> , Pointer<snd_hctl_elem_> )
Implementation
typedef snd_hctl_compare_t = ffi.Int32 Function(
ffi.Pointer<snd_hctl_elem_>,
ffi.Pointer<snd_hctl_elem_>,
);