pub type LPALCGETENUMVALUE = Option<unsafe extern "C" fn(device: *mut ALCdevice, enumname: *const ALCchar) -> ALCenum>;
pub enum LPALCGETENUMVALUE { None, Some(unsafe extern "C" fn(*mut ALCdevice_struct, *const i8) -> i32), }
No value.
Some value of type T.
T