pub type synthSetParameterFunc = Option<unsafe extern "C" fn(userdata: *mut c_void, parameter: u8, value: f32) -> c_int>;
pub enum synthSetParameterFunc { None, Some(unsafe extern "C" fn(*mut c_void, u8, f32) -> i32), }
No value.
Some value of type T.
T