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