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