Function g_slist_find_custom

pub unsafe extern "C" fn g_slist_find_custom(
    list: *mut GSList,
    data: *const c_void,
    func: Option<unsafe extern "C" fn(*const c_void, *const c_void) -> i32>,
) -> *mut GSList