pub type integr_fn = Option<unsafe extern "C" fn(x: *mut f64, n: c_int, ex: *mut c_void)>;
../../appl/integrate.c
pub enum integr_fn { None, Some(unsafe extern "C" fn(*mut f64, i32, *mut c_void)), }
No value.
Some value of type T.
T