I get a lot of pointer type errors. ``` ^^^^^^^^^^^^^^^^^^ expected `*const u8`, found `*const i8`" ``` I think the pointers needs to be casted due to being different on diffrent architecture.