benchmarks_blake3_hash_chunk

Function benchmarks_blake3_hash_chunk 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn benchmarks_blake3_hash_chunk( args: NonNull<InternalArgs<'_>>, ) -> ExitCode
Expand description

FFI interface into a method, called by the host.

NOTE: Calling this function directly shouldn’t be necessary except maybe in contract’s own tests.

§Safety

Caller must ensure the provided pointer corresponds to expected ABI.