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