sdmmc_mem_sd_switch
static int sdmmc_mem_sd_switch(struct sdmmc_softc *, int, int, int, void*);
error = sdmmc_mem_sd_switch(sc, 0, 1, 0, status);
error = sdmmc_mem_sd_switch(sf, 0, 1, 0, &status);
sdmmc_mem_sd_switch(sf, 1, 1, best_func, &status);
static int sdmmc_mem_sd_switch(struct sdmmc_function *, int, int, int, sdmmc_bitfield512_t *);