snd_hctl_load method

int snd_hctl_load(
  1. Pointer<snd_hctl_t> hctl
)

Implementation

int snd_hctl_load(
  ffi.Pointer<snd_hctl_t> hctl,
) {
  return _snd_hctl_load(
    hctl,
  );
}