pub unsafe extern "C" fn nvme_dump_config(r: nvme_root_t) -> c_intExpand description
nvme_dump_config() - Print the JSON configuration @r: nvme_root_t object
Prints the current contents of the JSON configuration file to stdout.
Return: 0 on success, -1 on failure.