Type Alias InitFunc

Source
pub type InitFunc = extern "C" fn(*mut c_void) -> i32;
Expand description

Function to invoke when plugin is loaded.