pub unsafe extern "C" fn esp_vhci_host_send_packet(
    data: *mut u8,
    len: u16,
)Expand description
@brief esp_vhci_host_send_packet host send packet to controller
Should not call this function from within a critical section or when the scheduler is suspended.
@param data the packet point @param len the packet length