pub unsafe extern "C" fn g_array_insert_vals(
    array: *mut GArray,
    index_: guint,
    data: gconstpointer,
    len: guint
) -> *mut GArray