pub unsafe extern "system" fn clCreateEventFromGLsyncKHR(
    context: cl_context,
    sync: cl_GLsync,
    errcode_ret: *mut cl_int
) -> cl_event