Fixes warning about not using compiler intrinsics. Calls into the `panic` macro instead of directly calling the `abort` intrinsic. Slightly changes the behavior of the function by printing the panic message, unwinding, and aborting.
Fix a bunch of warnings and clarify that execve will never return Ok by using Infallible