pub type PFNGLDRAWRANGEELEMENTSWINPROC = Option<unsafe extern "system" fn(mode: u32, start: u32, end: u32, count: i32, type: u32, indices: *const c_void)>;
Expand description

Required features: "Win32_Graphics_OpenGL"