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