Function snek::load_library [] [src]

pub fn load_library<P>(path: P) -> Result<*mut c_void, Error> where
    P: AsRef<Path>,