pub type LPALSOURCEREWINDV = Option<unsafe extern "C" fn(n: ALsizei, sources: *const ALuint)>;
pub enum LPALSOURCEREWINDV { None, Some(unsafe extern "C" fn(i32, *const u32)), }
No value.
Some value of type T.
T