libspa: static dict: Fix incorrect use of platform-specific `i8` type for a C char.
This could lead to compilation failures on other platforms, where a C char
is not defined as a i8
.
The platform-independent std::os::raw::c_char
is now used instead.
Should fix #35 (closed).