@override int GetCodepointCount( String text, ) => run( () => RaylibDebugLabels.GetCodepointCount(text), () => rl.Core.GetCodepointCount( rl.Temp.String$.ValueOrNull(text), ), );