Function dome_cloomnik::init_plugin[][src]

pub unsafe fn init_plugin(
    get_api: *mut c_void,
    ctx: *mut c_void,
    hooks: Hooks
) -> c_int

This function must be called from the PLUGIN_onInit() function, with exactly the same arguments.

Safety

As long as you pass the arguments of PLUGIN_onInit() exactly as-is, everything is fine.

If not, expect nasal demons!