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