pub type LPALGETSOURCEFV = Option<unsafe extern "C" fn(source: ALuint, param: ALenum, values: *mut ALfloat)>;
enum LPALGETSOURCEFV { None, Some(unsafe extern "C" fn(_: u32, _: i32, _: *mut f32)), }
No value.
Some value of type T.
T