snd_seq_open_lconf method
Implementation
int snd_seq_open_lconf(
ffi.Pointer<ffi.Pointer<snd_seq_t>> handle,
ffi.Pointer<ffi.Char> name,
int streams,
int mode,
ffi.Pointer<snd_config_t> lconf,
) {
return _snd_seq_open_lconf(
handle,
name,
streams,
mode,
lconf,
);
}