felem_square_wrapper
static void felem_square_wrapper(widefelem out, const felem in);
static void (*felem_square_p)(widefelem out, const felem in) = felem_square_wrapper;
static void felem_square_wrapper(largefelem out, const felem in);
static void (*felem_square_p)(largefelem out, const felem in) = felem_square_wrapper;