int snd_ctl_open( ffi.Pointer<ffi.Pointer<snd_ctl_t>> ctl, ffi.Pointer<ffi.Char> name, int mode, ) { return _snd_ctl_open( ctl, name, mode, ); }