pub trait Extension { fn init(&mut self); }
Extensions structure
Init method of the extension This will be called when the extension is loaded