Typically when interfacing with C I'd recommend using `c*` types, in this case 
`culong`. Nim and C have different integer sizing rules, so using `uint` may 
not be correct for all architectures.

Reply via email to