pub fn load_script_hash() -> Result<[u8; 32], SysError>
Load script hash
Return the script hash or a syscall error
let script_hash = load_script_hash().unwrap();