See RaylibCore.TextReplace.
Pointer<Char> TextReplace( Pointer<Char> text, Pointer<Char> replace, Pointer<Char> by, ) => _module.TextReplace(text, replace, by);