pub unsafe extern "C" fn g_ptr_array_insert(
    array: *mut GPtrArray,
    index_: i32,
    data: *mut c_void
)