snd_hctl_compare_fast method

int snd_hctl_compare_fast(
  1. Pointer<snd_hctl_elem_t> c1,
  2. Pointer<snd_hctl_elem_t> c2
)

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,
  );
}