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