i_loadave
void i_loadave(int mpid, double *avenrun);
d_loadave = i_loadave;
static void (*d_loadave)(int mpid, double *avenrun) = i_loadave;