pub type LPALCCLOSEDEVICE = Option<unsafe extern "C" fn(device: *mut ALCdevice) -> ALCboolean>;
enum LPALCCLOSEDEVICE { None, Some(unsafe extern "C" fn(_: *mut ALCdevice_struct) -> i8), }
No value.
Some value of type T.
T