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