pub unsafe extern "C" fn sgx_hmac_sha256_final(
    p_hash: *mut u8,
    hash_len: i32,
    hmac_handle: HMacHandle
) -> SgxStatus