pub type LPALSOURCEDVSOFT = Option<unsafe extern "C" fn(arg1: ALuint, arg2: ALenum, arg3: *const ALdouble)>;
pub enum LPALSOURCEDVSOFT { None, Some(unsafe extern "C" fn(u32, i32, *const f64)), }
No value.
Some value of type T.
T