pub type LPALSOURCEPAUSE = Option<extern "C" fn(source: ALuint)>;
enum LPALSOURCEPAUSE { None, Some(extern "C" fn(_: u32)), }
No value.
Some value of type T.
T