pub fn mock_instance_with_options(
    wasm: &[u8],
    options: MockInstanceOptions<'_>
) -> Instance<MockApi, MockStorage, MockQuerier>