pub type LPALSOURCEUNQUEUEBUFFERS = Option<unsafe extern "C" fn(source: ALuint, nb: ALsizei, buffers: *mut ALuint)>;
enum LPALSOURCEUNQUEUEBUFFERS { None, Some(unsafe extern "C" fn(_: u32, _: i32, _: *mut u32)), }
No value.
Some value of type T.
T