Type Alias SquashPluginForeachFunc

Source
pub type SquashPluginForeachFunc = Option<unsafe extern "C" fn(plugin: *mut SquashPlugin, data: *mut c_void)>;

Aliased Type§

pub enum SquashPluginForeachFunc {
    None,
    Some(unsafe extern "C" fn(*mut SquashPlugin, *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut SquashPlugin, *mut c_void))

Some value of type T.