Function g_slist_insert

pub unsafe extern "C" fn g_slist_insert(
    list: *mut GSList,
    data: *mut c_void,
    position: i32,
) -> *mut GSList