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