pub unsafe extern "C" fn blake2b( out: *mut byte, in_: *const c_void, key: *const c_void, outlen: byte, inlen: word64, keylen: byte, ) -> c_int