pub fn lks_open_inmem(name: &str) -> LkSystem
opens an in memory linkspace system. Unlike lks_open the data is not persistent, nor can it be shared across processes, but it can be lks_split and used across threads.