pub type LPALGETEFFECTIV = Option<unsafe extern "C" fn(arg1: ALuint, arg2: ALenum, arg3: *mut ALint)>;
pub enum LPALGETEFFECTIV { None, Some(unsafe extern "C" fn(u32, i32, *mut i32)), }
No value.
Some value of type T.
T