snd_hctl_compare_fast method
Implementation
int snd_hctl_compare_fast(
ffi.Pointer<snd_hctl_elem_t> c1,
ffi.Pointer<snd_hctl_elem_t> c2,
) {
return _snd_hctl_compare_fast(
c1,
c2,
);
}
int snd_hctl_compare_fast(
ffi.Pointer<snd_hctl_elem_t> c1,
ffi.Pointer<snd_hctl_elem_t> c2,
) {
return _snd_hctl_compare_fast(
c1,
c2,
);
}