LoadSound method
Load sound from file
Implementation
@override
SoundD LoadSound(
MemoryPointer<RChar> fileName,
) => $.Sound$.RefCapture(
RaylibCaptureIds.LoadSound,
(p) => _ffi.LoadSound(
fileName.asNativePointer(),
).toDart(p.asNativePointer()),
);