pub unsafe extern "C" fn crypto_blake2b_final(
    ctx: *mut crypto_blake2b_ctx,
    hash: *mut u8
)