pub fn load_cell_data_hash( index: usize, source: Source) -> Result<[u8; 32], SysError>
Load cell data hash
index
source
let data_hash = load_cell_data_hash(index, source).unwrap();