pub type LPALCISEXTENSIONPRESENT = Option<unsafe extern "C" fn(device: *mut ALCdevice, extname: *const ALCchar) -> ALCboolean>;
Aliased Type§
enum LPALCISEXTENSIONPRESENT {
None,
Some(unsafe extern "C" fn(_: *mut ALCdevice_struct, _: *const i8) -> i8),
}