pub unsafe extern "C" fn crypto_auth_hmacsha512_verify( a: *const [u8; 64], m: *const u8, mlen: c_ulonglong, k: *const [u8; 32], ) -> c_int