pub unsafe extern "C" fn atcab_sha_hmac_update(
    ctx: *mut atca_hmac_sha256_ctx_t,
    data: *const u8,
    data_size: size_t
) -> ATCA_STATUS