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