pub type fcn_p = Option<unsafe extern "C" fn(arg1: c_int, arg2: *mut c_double, arg3: *mut c_double, arg4: *mut c_void)>;
pub enum fcn_p { None, Some(unsafe extern "C" fn(i32, *mut f64, *mut f64, *mut c_void)), }
No value.
Some value of type T.
T