1
2
3
4
5
// core.h

extern {
    pub fn sodium_init() -> c_int;
}