snd_seq_open_lconf method
Implementation
int snd_seq_open_lconf(
ffi.Pointer<ffi.Pointer<snd_seq_>> handle,
ffi.Pointer<ffi.Int8> name,
int streams,
int mode,
ffi.Pointer<snd_config_> lconf,
) {
return _snd_seq_open_lconf(
handle,
name,
streams,
mode,
lconf,
);
}