pub unsafe extern "C" fn sgx_sha256_msg(
    p_src: *const u8,
    src_len: u32,
    p_hash: *mut Sha256Hash
) -> SgxStatus