pub unsafe extern "C" fn nettle_cnd_memcpy(
    cnd: c_int,
    dst: *mut c_void,
    src: *const c_void,
    n: usize
)