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