Function agent_on_load

Source
pub fn agent_on_load(
    vm: &JavaVM,
    options: *const c_char,
    initialize: fn(*const c_char, &mut JEventManager<'_>),
) -> i32