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