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