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