pub type LPALFOLDBACKCALLBACK = Option<unsafe extern "C" fn(arg1: ALenum, arg2: ALsizei)>;
pub enum LPALFOLDBACKCALLBACK { None, Some(unsafe extern "C" fn(i32, i32)), }
No value.
Some value of type T.
T