pub unsafe extern "C" fn glPathSubCommandsNV(
    path: GLuint,
    commandStart: GLsizei,
    commandsToDelete: GLsizei,
    numCommands: GLsizei,
    commands: *const GLubyte,
    numCoords: GLsizei,
    coordType: GLenum,
    coords: *const c_void
)