pub type Proc_MSPGetVersion = Option<unsafe extern "C" fn(verName: *const c_char, errorCode: *mut c_int) -> *const c_char>;
enum Proc_MSPGetVersion { None, Some(unsafe extern "C" fn(_: *const i8, _: *mut i32) -> *const i8), }
No value.
Some value of type T.
T