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