pub type LPALISEXTENSIONPRESENT = Option<unsafe extern "C" fn(extname: *const ALchar) -> ALboolean>;
enum LPALISEXTENSIONPRESENT { None, Some(unsafe extern "C" fn(_: *const i8) -> i8), }
No value.
Some value of type T.
T