Function g_list_free_full

pub unsafe extern "C" fn g_list_free_full(
    list: *mut GList,
    free_func: Option<unsafe extern "C" fn(*mut c_void)>,
)