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