pub unsafe extern "C" fn gst_gl_allocation_params_init(
    params: *mut GstGLAllocationParams,
    struct_size: size_t,
    alloc_flags: c_uint,
    copy: GstGLAllocationParamsCopyFunc,
    free: GstGLAllocationParamsFreeFunc,
    context: *mut GstGLContext,
    alloc_size: size_t,
    alloc_params: *const GstAllocationParams,
    wrapped_data: gpointer,
    gl_handle: gpointer,
    user_data: gpointer,
    notify: GDestroyNotify
) -> gboolean