pub fn static_call_bool_opt( contract: [u8; 20], calldata: &[u8], gas: u64, ) -> Option<()>
Invoke call, only reading a single byte at the first word for a check. Returns Some if success.