Blåhaj Lemmy - Choose Your Interface

uWu what’s this?

The unsafe rust keyword basically just lets you declare a scope in which some memory checks do not need to pass for the program to compile.
Also exists in C#, where it allows you to use pointers.