Closed vnghia closed 8 months ago
On arm64, char is corresponding to u8. So I use std::ffi::c_char here to fix compiling on arm64.
arm64
char
u8
std::ffi::c_char
Thanks for your contribution!
On
arm64
,char
is corresponding tou8
. So I usestd::ffi::c_char
here to fix compiling onarm64
.