pub type Rfunc = unsafe extern "C" fn(*mut Arglist) -> f64;
Pointer to a user-defined real-valued function, matching typedef real (*rfunc)(arglist*).
typedef real (*rfunc)(arglist*)