pub type LPALGETENUMVALUE = Option<unsafe extern "C" fn(ename: *const ALchar) -> ALenum>;
enum LPALGETENUMVALUE { None, Some(unsafe extern "C" fn(_: *const i8) -> i32), }
No value.
Some value of type T.
T