pub fn domain_runtime_call(
    domain_runtime_code: Vec<u8>,
    call: StatelessDomainRuntimeCall,
) -> Option<bool>