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