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