pub type SquashPluginForeachFunc = Option<unsafe extern "C" fn(plugin: *mut SquashPlugin, data: *mut c_void)>;
pub enum SquashPluginForeachFunc { None, Some(unsafe extern "C" fn(*mut SquashPlugin, *mut c_void)), }
No value.
Some value of type T.
T