CreateSoundMessageFromFullPath method
Implementation
ffi.Pointer<ffi.Char> CreateSoundMessageFromFullPath(ffi.Pointer<ffi.Char> operationID, ffi.Pointer<ffi.Char> soundFullPath, int duration) {
return _CreateSoundMessageFromFullPath(operationID, soundFullPath, duration);
}