pub unsafe extern "C" fn crypto_blake2b_init(
    ctx: *mut crypto_blake2b_ctx,
    hash_size: usize
)