pub type Helper = fn(scope: &HelperScope<'_, '_>, arg1: u64, arg2: u64, arg3: u64, arg4: u64, arg5: u64) -> Result<u64, ()>;
Function signature for eBPF helpers invoked by the runtime.