snd_hctl_set_compare method

int snd_hctl_set_compare(
  1. Pointer<snd_hctl_> hctl,
  2. Pointer<NativeFunction<snd_hctl_compare_t>> hsort
)

Implementation

int snd_hctl_set_compare(
  ffi.Pointer<snd_hctl_> hctl,
  ffi.Pointer<ffi.NativeFunction<snd_hctl_compare_t>> hsort,
) {
  return _snd_hctl_set_compare(
    hctl,
    hsort,
  );
}