pub unsafe extern "C" fn nvme_ctrl_get_address(
c: nvme_ctrl_t,
) -> *const c_charExpand description
nvme_ctrl_get_address() - Address string of a controller @c: Controller instance
Return: NVMe-over-Fabrics address string of @c or empty string of no address is present.