1
2
3
pub mod ffi;

pub type Result<T> = core::result::Result<T, String>;