pub unsafe extern "C" fn alpm_list_remove(
haystack: *mut alpm_list_t,
needle: *const c_void,
fn_: alpm_list_fn_cmp,
data: *mut *mut c_void,
) -> *mut alpm_list_t
pub unsafe extern "C" fn alpm_list_remove(
haystack: *mut alpm_list_t,
needle: *const c_void,
fn_: alpm_list_fn_cmp,
data: *mut *mut c_void,
) -> *mut alpm_list_t