pub unsafe extern "C" fn gst_gl_window_set_resize_callback(
    window: *mut GstGLWindow,
    callback: GstGLWindowResizeCB,
    data: gpointer,
    destroy_notify: GDestroyNotify
)