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