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