pub unsafe extern "C" fn nettle_hmac_sha256_digest(
    ctx: *mut hmac_sha256_ctx,
    length: usize,
    digest: *mut u8
)