pub type LPALCGETCURRENTCONTEXT = Option<extern "C" fn() -> *mut ALCcontext>;
Aliased Type§
enum LPALCGETCURRENTCONTEXT {
None,
Some(extern "C" fn() -> *mut ALCcontext_struct),
}
pub type LPALCGETCURRENTCONTEXT = Option<extern "C" fn() -> *mut ALCcontext>;
enum LPALCGETCURRENTCONTEXT {
None,
Some(extern "C" fn() -> *mut ALCcontext_struct),
}