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