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