According to the C99 spec for `strerror`: > The string pointed to shall not be modified by the application Therefore, the binding should return a `const* c_char` pointer, not a `mut* c_char`