Closed yveszoundi closed 2 years ago
Do not use directly i32 or i8 types for callback registration parameters, as this doesn't compile when targeting arm64.
i32
i8
amd64
u8
c_char
c_int
Do not use directly
i32
ori8
types for callback registration parameters, as this doesn't compile when targeting arm64.i8
type do work fine onamd64
Linux, however for arm64u8
type is expected (i8
toc_char
)i32
toc_int
)