Function swipl_fli::PL_for_dict

source ·
pub unsafe extern "C" fn PL_for_dict(
    dict: term_t,
    func: Option<unsafe extern "C" fn(key: term_t, value: term_t, closure: *mut c_void) -> c_int>,
    closure: *mut c_void,
    flags: c_int
) -> c_int