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