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