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