Function windows::Win32::Graphics::OpenGL::glVertexPointer

pub unsafe fn glVertexPointer(
    size: i32,
    type: u32,
    stride: i32,
    pointer: *const c_void,
)