pub unsafe extern "C" fn sgx_hmac_sha256_update(
    p_src: *const u8,
    src_len: i32,
    hmac_handle: HMacHandle
) -> SgxStatus