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