1
2
3
4
pub fn lib_init() -> Result<(), &'static str> {
    println!("using arcanist");
    Ok(())
}