pub unsafe extern "C" fn nvme_errno_to_string(
err: c_int,
) -> *const c_charExpand description
nvme_errno_to_string() - Returns string describing nvme connect failures @err: Returned error code from nvme_add_ctrl()
Return: String representation of the nvme connect error codes