CreateSoundMessage method
Implementation
ffi.Pointer<ffi.Char> CreateSoundMessage(
ffi.Pointer<ffi.Char> operationID,
ffi.Pointer<ffi.Char> soundPath,
int duration,
) {
return _CreateSoundMessage(
operationID,
soundPath,
duration,
);
}