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