pub unsafe extern "C" fn esp_vhci_host_register_callback(
callback: *const esp_vhci_host_callback_t,
) -> esp_err_tExpand description
@brief Register the VHCI callback funations defined in esp_vhci_host_callback structure.
@param[in] callback esp_vhci_host_callback type variable
@return - ESP_OK: Success - ESP_FAIL: Failure