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