snd_config_imake_integer64 method
Implementation
int snd_config_imake_integer64(
ffi.Pointer<ffi.Pointer<snd_config_t>> config,
ffi.Pointer<ffi.Char> key,
int value,
) {
return _snd_config_imake_integer64(
config,
key,
value,
);
}