snd_hctl_set_compare method
int
snd_hctl_set_compare(
- Pointer<
snd_hctl_> hctl, - Pointer<
NativeFunction< hsortsnd_hctl_compare_t> >
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,
);
}