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