Function gnunet_sys::GNUNET_PLUGIN_unload[][src]

pub unsafe extern "C" fn GNUNET_PLUGIN_unload(
    library_name: *const c_char,
    arg: *mut c_void
) -> *mut c_void

Unload plugin (runs the “done” callback and returns whatever “done” returned). The plugin is then unloaded.

@param library_name name of the plugin to unload @param arg argument to the plugin shutdown function @return whatever the shutdown function returned, typically NULL or a “char *” representing the error message