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