void hmacProcess( ffi.Pointer<ffi.Void> hmac, ffi.Pointer<ffi.Uint8> inBuf, int inBufLen, ) { return _hmacProcess( hmac, inBuf, inBufLen, ); }