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