pub type LPALCCREATECONTEXT = Option<unsafe extern "C" fn(device: *mut ALCdevice, attrlist: *const ALCint) -> *mut ALCcontext>;
Aliased Type§
enum LPALCCREATECONTEXT {
None,
Some(unsafe extern "C" fn(_: *mut ALCdevice_struct, _: *const i32) -> *mut ALCcontext_struct),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(_: *mut ALCdevice_struct, _: *const i32) -> *mut ALCcontext_struct)
Some value of type T
.