pub type AddfuncFn = unsafe extern "C" fn(name: *const c_char, f: Rfunc, ty: c_int, nargs: c_int, funcinfo: *mut c_void, ae: *mut AmplExports);
Pointer to the Addfunc callback provided by the caller.
Addfunc