sound_set_volume function
void
sound_set_volume()
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<Sound>, ffi.Float)>()
external void sound_set_volume(
ffi.Pointer<Sound> self,
double value,
);