pub unsafe extern "C" fn g_array_append_vals(
    array: *mut GArray,
    data: *const c_void,
    len: u32
) -> *mut GArray