pub unsafe extern "C" fn g_list_insert_before(
    list: *mut GList,
    sibling: *mut GList,
    data: gpointer
) -> *mut GList