pub type LPALSOURCEFV = Option<unsafe extern "C" fn(source: ALuint, param: ALenum, values: *const ALfloat)>;
pub enum LPALSOURCEFV { None, Some(unsafe extern "C" fn(u32, i32, *const f32)), }
No value.
Some value of type T.
T