sound_alloc method

Pointer<Sound> sound_alloc()

Implementation

ffi.Pointer<Sound> sound_alloc() {
  return _sound_alloc();
}