Type Alias windows::Win32::Graphics::OpenGL::GLUquadricErrorProc
pub type GLUquadricErrorProc = Option<unsafe extern "system" fn(param0: u32)>;
Aliased Type§
enum GLUquadricErrorProc {
None,
Some(unsafe extern "system" fn(_: u32)),
}