Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use FFI types directly instead of maintaining own c_char definition
The standard library predefines c_char exactly for this purpose to get rid of manual CChar type aliases. While the alias in theory looks fine it was making cargo-ndk unhappy for some reason whereas using the natural stdlib c_char type works perfectly.
- Loading branch information