pub unsafe extern "C" fn g_slist_insert_before(
    slist: *mut GSList,
    sibling: *mut GSList,
    data: gpointer
) -> *mut GSList