felem_mul_wrapper
static void felem_mul_wrapper(widefelem out, const felem in1, const felem in2);
static void (*felem_mul_p)(widefelem out, const felem in1, const felem in2) = felem_mul_wrapper;
static void felem_mul_wrapper(largefelem out, const felem in1, const felem in2);
static void (*felem_mul_p)(largefelem out, const felem in1, const felem in2) = felem_mul_wrapper;