Simple examples

To better grasp how easy and readable writing FFI code becomes, a few simple examples will be showcased here.

Add more examples, mainly featuring very common requests from people that start doing FFI, such as How to return a Vec, How to use Strings across FFI, etc.