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