ESP32 Wroom card and SPI / SD card problem

I have an unusual ESP32-Wroom based card with an SD socket I'm trying to use. The pins are:

PIN22 GPIO2 SD CS
PIN35 GPIO18 SD CLK
PIN38 GPIO19 SD MISO
PIN36 GPIO23 SD MOSI

I have tried the example SD apps for ESP32 but no luck. I ran across one example that seemed to indicate that these pine are mapped correctly, but I'm not sure that's correct. I looked through some of the SPI library source but didn't see how the pins are set.

What do i need to do to make a card with nonstandard pin mappings work?

Please see if it helps:

(Using 2 SPI ports on ESP32)

(ESP32 SPI Tutorial)
http://iot-bits.com/esp32/esp32-spi-tutorial-part-1/