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