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