snd_hctl_get_callback_private method

Pointer<Void> snd_hctl_get_callback_private(
  1. Pointer<snd_hctl_t> hctl
)

Implementation

ffi.Pointer<ffi.Void> snd_hctl_get_callback_private(
  ffi.Pointer<snd_hctl_t> hctl,
) {
  return _snd_hctl_get_callback_private(
    hctl,
  );
}