pub unsafe extern "system" fn glDrawElements(
    mode: u32,
    count: i32,
    type: u32,
    indices: *const c_void
)
Expand description

Required features: "Win32_Graphics_OpenGL"