pub unsafe extern "C" fn hmac_sha256_finish(
    ctx: *const hmac_sha256_context,
    K: *const u8,
    hash_result: *mut u8
)