See RaylibCore.LoadCodepoints.
Pointer<Int> LoadCodepoints(Pointer<Char> text, Pointer<Int> count) => _module.LoadCodepoints(text, count);