pub unsafe extern "C" fn sdio_slave_send_host_int( pos: u8, ) -> esp_err_t
Interrupt the host by general purpose interrupt.
@param pos Interrupt num, 0-7.
@return - ESP_ERR_INVALID_ARG if interrupt num error - ESP_OK otherwise